home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TCOMPILEINFO / TCOMPILEINFO.txt < prev   
Encoding:
Text File  |  1996-08-11  |  1.5 KB  |  75 lines

  1. object Compileinfo: TCompileinfo
  2.   Left = 374
  3.   Top = 401
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Compiling...'
  7.   ClientHeight = 151
  8.   ClientWidth = 401
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 385
  22.     Height = 105
  23.     TabOrder = 0
  24.     object Panel2: TPanel
  25.       Left = 8
  26.       Top = 8
  27.       Width = 369
  28.       Height = 25
  29.       Alignment = taLeftJustify
  30.       BevelOuter = bvLowered
  31.       Caption = '  Project: ---'
  32.       TabOrder = 0
  33.     end
  34.     object Panel3: TPanel
  35.       Left = 8
  36.       Top = 40
  37.       Width = 369
  38.       Height = 25
  39.       Alignment = taLeftJustify
  40.       BevelOuter = bvLowered
  41.       Caption = '  Compiling: ---'
  42.       TabOrder = 1
  43.     end
  44.     object Panel4: TPanel
  45.       Left = 248
  46.       Top = 72
  47.       Width = 129
  48.       Height = 25
  49.       Alignment = taLeftJustify
  50.       BevelOuter = bvLowered
  51.       Caption = '  Errors:'
  52.       TabOrder = 2
  53.     end
  54.     object Panel5: TPanel
  55.       Left = 8
  56.       Top = 72
  57.       Width = 233
  58.       Height = 25
  59.       Alignment = taLeftJustify
  60.       BevelOuter = bvLowered
  61.       Caption = '  Size: ---'
  62.       TabOrder = 3
  63.     end
  64.   end
  65.   object Button1: TButton
  66.     Left = 152
  67.     Top = 120
  68.     Width = 99
  69.     Height = 25
  70.     Caption = 'Cancel'
  71.     TabOrder = 1
  72.     OnClick = Button1Click
  73.   end
  74. end
  75.